object CreditsForm: TCreditsForm Left = 160 Top = 110 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] AutoScroll = False Caption = 'Credits' ClientHeight = 465 ClientWidth = 632 Color = clBlack Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BackgroundImage: TImage Left = 0 Top = 0 Width = 640 Height = 480 AutoSize = True Picture.Data = {} end object BackSC: TRFSpriteControl Left = 262 Top = 397 Width = 112 Height = 64 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\cback' OnClick = BackSCClick OnMouseDown = BackSCMouseDown OnMouseUp = BackSCMouseUp end object CreditsSC: TRFSpriteControl Left = 41 Top = 75 Width = 558 Height = 301 AutoSize = False ImageIndex = 0 CycleInterval = 50 AnimationActive = False BackgroundImage = BackgroundImage Offset.X = 0 Offset.Y = 200 BaseFilename = 'launcher\credtxt' end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer Left = 568 Top = 8 end end